GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-12T02:48:29.7910252+00:00",
"SubmitDate": "2026-06-12T02:48:29.7910252+00:00",
"ReportPeriodStart": "2026-06-12T02:48:29.7910252+00:00",
"ReportPeriodEnd": "2026-06-12T02:48:29.8066507+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e454ad39-16b7-4e4b-9ea2-4629c2a8618e",
"Rows": [
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e454ad39-16b7-4e4b-9ea2-4629c2a8618e",
"Rows": [
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d54e5811-97e3-4893-a807-d0d16b6e6011",
"e3d8338a-526a-4b04-8997-be164d77306f"
],
"Approvers": [
"ef7b4705-d263-4c71-b01d-67ac84412932",
"7d3a399e-6622-4a6a-a049-78aa9ea0acf3"
],
"ApprovedBy": "494531a0-18f7-473b-bd6e-d5e64424b2a2",
"ApprovalDate": "2026-06-12T02:48:29.8066507+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b73ffa5-d863-4728-a275-cde6a0f27a34",
"id": "264401fa-3a8a-4e62-8db3-49bcd80b5666",
"ConfigId": "b22e512b-e92b-431a-b10b-99a5532a43bc"
},
{
"GenerationDate": "2026-06-12T02:48:29.7910252+00:00",
"SubmitDate": "2026-06-12T02:48:29.7910252+00:00",
"ReportPeriodStart": "2026-06-12T02:48:29.7910252+00:00",
"ReportPeriodEnd": "2026-06-12T02:48:29.8066507+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e454ad39-16b7-4e4b-9ea2-4629c2a8618e",
"Rows": [
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e454ad39-16b7-4e4b-9ea2-4629c2a8618e",
"Rows": [
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbcfa73c-db13-45cf-b680-9b04110af477",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d54e5811-97e3-4893-a807-d0d16b6e6011",
"e3d8338a-526a-4b04-8997-be164d77306f"
],
"Approvers": [
"ef7b4705-d263-4c71-b01d-67ac84412932",
"7d3a399e-6622-4a6a-a049-78aa9ea0acf3"
],
"ApprovedBy": "494531a0-18f7-473b-bd6e-d5e64424b2a2",
"ApprovalDate": "2026-06-12T02:48:29.8066507+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b73ffa5-d863-4728-a275-cde6a0f27a34",
"id": "264401fa-3a8a-4e62-8db3-49bcd80b5666",
"ConfigId": "b22e512b-e92b-431a-b10b-99a5532a43bc"
}
]